projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a22704
)
Use the cairo renderer for gtk tests for now
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 18 Oct 2017 14:45:52 +0000
(16:45 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 18 Oct 2017 15:30:20 +0000
(17:30 +0200)
We haven't tracked down yet why the window size tests
fail with Vulkan, so use cairo for now.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index dab8a506e966c0e65219b34563ffc9f7d1567db3..2778c63b9f53123271abc78b3cc2f81f4b4c7f47 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-80,6
+80,7
@@
foreach t : tests
'GSETTINGS_BACKEND=memory',
'GTK_CSD=1',
'G_ENABLE_DIAGNOSTIC=0',
+ 'GSK_RENDERER=cairo',
'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir())
],